﻿@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

* {
    font-size: 14px;
    font-family: "微软雅黑", Verdana;
   
}

html,
body {
    margin: 0;
    padding: 0;
    background: #1e1a17;
}

ol,
ul,
dl {
    list-style: none;
    list-style-type: none;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

a {
    cursor: pointer;
    text-decoration: none;
}

em {
    font-style: normal
}

.icon {
    background-image: url(../webimages/spirit.png);
}

.page {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.frame-top {
    width: 100%;
    overflow: hidden;
    background: #c01c1d url(../webimages/frame-top-wall.jpg) repeat-x bottom;
    height: 440px;
    overflow: hidden;
    position: relative
}

    .frame-top .logo {
        width: 280px;
        height: 120px;
        background: url(../webimages/frame-top-logo.jpg) no-repeat center center;
        position: absolute;
        top: 50px;
        left: 50%;
        margin-left: -140px;
    }

    .frame-top .card-floor {
        width: 287px;
        height: 240px;
        background: url(../webimages/frame-top-card-floor.png) no-repeat center center;
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -140px;
    }

    .frame-top .menu {
        width: 350px;
        height: 170px;
        overflow: hidden;
        margin-top: 60px;
    }

    .frame-top .left {
        float: left;
    }

    .frame-top .right {
        float: right;
    }

    .frame-top .menu a {
        margin: 10px 15px 0 10px;
        width: 57px;
        height: 170px;
        overflow: hidden;
        float: left;
        background-repeat: no-repeat;
        overflow: hidden;
        background-image: url(../webimages/spirit.png);
        transition: all 0.5s ease-out;
    }

        .frame-top .menu a span {
            display: inline-block;
            width: 1px;
            background: white;
            height: 85px;
            margin-top: 10px;
        }

        .frame-top .menu a em {
            width: 55px;
            height: 55px;
            float: left;
            background-position: -342px 0px;
            background-repeat: no-repeat;
            background-image: url(../webimages/spirit.png);
            margin-top: 180px;
            transition: all 0.5s ease-out;
            text-indent: -9999em;
        }

    .frame-top .left a span {
        float: right;
    }

    .frame-top .right a span {
        float: left;
    }

    .frame-top .menu a:hover {
        margin-top: 0px;
    }

        .frame-top .menu a:hover em {
            margin-top: 105px;
        }

    .frame-top .menu a.bt1:hover em {
        margin-top: 65px;
    }

    .frame-top .menu a.bt6:hover em {
        margin-top: 115px;
    }

    .frame-top .menu a.bt1 {
        background-position: 0px 0px;
    }

    .frame-top .menu a.bt2 {
        background-position: -57px 0px;
    }

    .frame-top .menu a.bt3 {
        background-position: -114px 0px;
    }

    .frame-top .menu a.bt4 {
        background-position: -171px 0px;
    }

    .frame-top .menu a.bt5 {
        background-position: -228px 0px;
    }

    .frame-top .menu a.bt6 {
        background-position: -285px 0px;
    }

    .frame-top .menu a.bt7 {
        background-position: -399px 0px;
    }

    .frame-top .menu a.bt8 {
        background-position: -456px 0px;
    }

.frame-bottom {
    background: #333333;
    width: 100%;
    overflow: hidden;
}

    .frame-bottom .page {
        margin: 80px auto;
        position: relative;
    }

    .frame-bottom .brand {
        margin-bottom: 60px;
        overflow: hidden
    }

        .frame-bottom .brand img {
            margin-right: 50px;
        }

    .frame-bottom .nav {
        height: 73px;
        padding-left: 90px;
        line-height: 35px;
        color: #989898;
        font-size: 14px;
    }

        .frame-bottom .nav a {
            margin-right: 30px;
            color: #989898;
        }

            .frame-bottom .nav a:hover {
                color: #7f7f7f
            }

    .frame-bottom .qrcode {
        width: 73px;
        height: 73px;
        bottom: 0px;
        left: 0px;
        position: absolute;
    }

    .frame-bottom .share {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 190px;
        height: 44px;
    }

        .frame-bottom .share a {
            margin-left: 20px;
            float: left;
            width: 41px;
            height: 41px;
            background: url(../webimages/spirit.png) no-repeat;
        }

            .frame-bottom .share a.share_wechat {
                background-position: -50px -325px;
            }

                .frame-bottom .share a.share_wechat:hover {
                    background-position: 0px -325px;
                }

            .frame-bottom .share a.share_qq {
                background-position: -50px -385px;
            }

                .frame-bottom .share a.share_qq:hover {
                    background-position: 0px -385px;
                }

            .frame-bottom .share a.share_weibo {
                background-position: -50px -447px;
            }

                .frame-bottom .share a.share_weibo:hover {
                    background-position: 0px -447px;
                }

.pager {
    font-family: verdana;
    padding-top: 30px;
    overflow: hidden
}

    .pager .texts {
        width: 400px;
        float: left;
        text-align: left;
        padding: 2px;
        color: #666
    }

        .pager .texts b {
            color: #e78325
        }

    .pager .buttons {
        width: 400px;
        float: right;
        text-align: right;
        padding: 2px;
        font-size: 10px
    }

        .pager .buttons a {
            text-decoration: none;
            color: #666;
            display: inline-block;
            margin-left: 2px;
            height: 21px;
            line-height: 21px;
            padding: 0 4px;
            font-size: 14px
        }

            .pager .buttons a:hover {
                color: #F30
            }

            .pager .buttons a.selected {
                color: #F30
            }

.pop-layer {
    background: #fff;
    position: fixed;
    padding: 40px 20px 0 20px;
    z-index: 99999;
}

    .pop-layer a {
        width: 100px;
        position: absolute;
        right: 10px;
        top: 8px;
        text-align: center;
        text-decoration: none;
        color: #666666;
        font-weight: bold;
    }

        .pop-layer a:hover {
            color: #CC0000;
        }

.pop-layer-cotent {
    overflow: hidden;
}

.pop-layerII {
    background: #fff;
    position: fixed;
    z-index: 99999;
}

    .pop-layerII a {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        top: 10px;
        text-align: center;
        text-decoration: none;
        color: #666666;
        font-weight: bold;
    }

        .pop-layerII a:hover {
            color: #CC0000;
        }

.single-page {
    background: url(../webimages/viewspot-bg.jpg) no-repeat top center;
    overflow: hidden
}

.single-bottom {
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-indent: 3em;
}

.home-story {
    overflow: hidden;
    margin-top: 20px;
}

    .home-story .page {
        position: relative;
        overflow: hidden;
    }

    .home-story .bt {
        width: 48px;
        height: 48px;
        position: absolute;
        top: 224px;
        z-index: 3;
        filter: alpha(opacity=20);
        -moz-opacity: .2;
        opacity: .2;
        background-image: url(../webimages/spirit.png);
    }

    .home-story .prev {
        background-position: -112px -390px;
        left: 0
    }

    .home-story .next {
        background-position: -160px -390px;
        right: 0
    }

    .home-story .bt:hover {
        filter: alpha(opacity=60);
        -moz-opacity: .6;
        opacity: .6;
    }

    .home-story .prev:hover {
        background-position: -160px -323px;
    }

    .home-story .next:hover {
        background-position: -112px -323px;
    }

    .home-story .list {
        width: 1200px;
        height: 500px;
        position: relative
    }

        .home-story .list .gg {
            width: 1200px;
            height: 500px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .home-story .list a {
            width: 1200px;
            height: 500px;
            overflow: hidden;
            background-position: center center;
            background-repeat: no-repeat;
            float: left;
        }

    .home-story .years {
        padding: 10px 0 30px 320px;
        background: url(../webimages/story_title.png) no-repeat;
        overflow: hidden
    }

        .home-story .years a {
            margin: 0 10px;
            display: inline-block;
            font-weight: bold;
            color: #fff;
            font-size: 12px;
            padding: 4px 8px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -o-border-radius: 15px;
            border-radius: 15px;
        }

            .home-story .years a.selected {
                background: #c01c1d;
            }

            .home-story .years a:hover {
                background: #c01c1d;
            }

.home-center {
    width: 100%;
    background: url(../webimages/home-xianwei-bg.jpg) center bottom no-repeat;
    overflow: hidden;
}

.home-chchen .title {
    background: url(../webimages/inheritance_title.png);
    width: 317px;
    height: 39px;
    text-indent: -9999em;
    display: block
}

.home-chchen .list {
    height: 534px;
    width: 1200px;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}

    .home-chchen .list > a {
        position: absolute;
        overflow: hidden;
    }

        .home-chchen .list > a em {
            display: block;
            position: absolute;
            width: 100%;
            top: -600px;
            left: 0;
            text-align: center;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            font-size: 30px;
        }

        .home-chchen .list > a .gg {
            width: 100%;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
        }

        .home-chchen .list > a.q1 {
            width: 398px;
            height: 534px;
            left: 0;
            top: 0;
        }

        .home-chchen .list > a.q2 {
            width: 201px;
            height: 160px;
            left: 599px;
            top: 0;
        }

        .home-chchen .list > a.q3 {
            width: 400px;
            height: 320px;
            left: 800px;
            top: 0;
        }

        .home-chchen .list > a.q5 {
            width: 265px;
            height: 214px;
            left: 398px;
            top: 320px;
        }

        .home-chchen .list > a.q6 {
            width: 267px;
            height: 214px;
            left: 933px;
            top: 320px;
        }

.home-chchen .menu {
    width: 260px;
    height: 180px;
    left: 663px;
    top: 320px;
    position: absolute;
    padding: 17px 0;
}

    .home-chchen .menu a {
        height: 59px;
        line-height: 59px;
        float: left;
        width: 50%;
        margin: 0 60px;
        text-align: center;
        border-bottom: #eee 1px solid;
        color: #999;
        font-size: 12px;
    }

        .home-chchen .menu a:last-of-type {
            border: 0;
        }

.home-chchen .wxreply {
    width: 402px;
    height: 160px;
    position: relative;
    top: 160px;
    left: 398px;
    overflow: hidden;
    background: #1f1a17;
    cursor: pointer
}

    .home-chchen .wxreply .gg {
        width: 402px;
        overflow: hidden;
        position: relative;
        height: 1600px;
        left: 0;
        top: 0;
    }

        .home-chchen .wxreply .gg .item {
            width: 402px;
            height: 160px;
            overflow: hidden
        }

    .home-chchen .wxreply .head {
        width: 100px;
        float: left;
        text-align: center;
        color: #fff;
        margin-top: 30px;
    }

        .home-chchen .wxreply .head img {
            width: 60px;
            height: 60px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -o-border-radius: 50px;
            border-radius: 50px;
            border: #fff 2px solid;
            margin: 0 auto;
        }

        .home-chchen .wxreply .head span {
            height: 40px;
            line-height: 40px;
            display: block
        }

    .home-chchen .wxreply .texts {
        width: 260px;
        float: left;
        color: #fff;
        margin-left: 10px;
    }

.home-chchen .space {
    position: absolute;
    top: 0;
    left: 398px;
    width: 201px;
    height: 160px;
    background: url(../webimages/space.jpg) no-repeat
}

.home-pics {
    margin-top: 50px;
}

    .home-pics .title {
        background: url(../webimages/spot.png);
        width: 302px;
        height: 39px;
        text-indent: -9999em;
        display: block
    }

    .home-pics .list {
        overflow: hidden;
        height: 320px;
        overflow: hidden;
        margin-top: 50px;
        width: 1200px;
        position: relative;
    }

        .home-pics .list a {
            width: 200px;
            height: 200px;
            -webkit-border-radius: 200px;
            -moz-border-radius: 200px;
            -o-border-radius: 200px;
            border-radius: 200px;
            border: #fff 4px solid;
            position: absolute;
            overflow: hidden;
            background-repeat: no-repeat;
            background-size: cover;
            top: 0;
            left: 0;
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            opacity: 0.5;
        }

            .home-pics .list a > div {
                text-indent: -9999em
            }

            .home-pics .list a.selected {
                width: 300px;
                height: 300px;
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                opacity: 1;
            }

            .home-pics .list a:hover {
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                opacity: 1;
            }

    .home-pics .texts {
        overflow: hidden;
        height: 200px;
        margin-top: 20px;
        width: 500px;
        margin: 0 auto;
        text-align: center;
    }

        .home-pics .texts div {
            overflow: hidden;
            line-height: 20px;
            text-align: left;
            text-indent: 2em;
        }

            .home-pics .texts div p {
                margin: 0;
            }

        .home-pics .texts h3 {
            font-size: 16px;
            font-weight: bold;
        }

        .home-pics .texts div {
            font-size: 12px;
            color: #666;
            line-height: 20px;
            padding: 8px 0;
        }

        .home-pics .texts a {
            font-size: 12px;
            display: inline-block;
            padding: 6px 10px;
            background: #c01c1d;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            color: #fff;
        }

.home-hots {
    background: #fef8ea;
    padding: 60px 0 40px 0;
}

    .home-hots .title {
        background: url(../webimages/news.png) no-repeat;
        height: 37px;
        text-indent: -9999em;
        display: block
    }

    .home-hots .list {
        width: 100%;
        margin-top: 30px;
        overflow: hidden;
    }

        .home-hots .list a {
            float: left;
            width: 365px;
            height: 240px;
            margin-right: 50px;
            border-bottom: #c8bfa0 1px solid;
            transition: all 0.5s ease-out;
            overflow: hidden;
            color: #333;
        }

            .home-hots .list a .images {
                width: 365px;
                height: 200px;
                overflow: hidden;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
            }

            .home-hots .list a:hover {
                border: 0;
                background: #c9c2a8;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                -o-border-radius: 25px;
                border-radius: 25px;
                overflow: hidden;
                color: #fff;
                text-align: center;
            }

            .home-hots .list a:last-of-type {
                float: right;
                margin: 0;
            }

            .home-hots .list a p {
                line-height: 40px;
                height: 40px;
                overflow: hidden
            }

    .home-hots .pager {
        width: 100%;
        margin-top: 20px;
        height: 40px;
        overflow: hidden;
    }

        .home-hots .pager a {
            width: 15px;
            height: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -o-border-radius: 15px;
            border-radius: 15px;
            background: #c9bfa4;
            display: inline-block;
            text-indent: -999em;
        }

            .home-hots .pager a.selected {
                background: #c13a41
            }

@-webkit-keyframes cloud {
    from {
        margin-left: -50px;
    }

    50% {
        margin-left: 100px;
    }

    to {
        margin-left: -50px;
    }
}

@-webkit-keyframes cloud1 {
    from {
        margin-left: 0px;
    }

    50% {
        margin-left: 100px;
    }

    to {
        margin-left: 0px;
    }
}

.home-stores {
    background: #e6dcc1;
    padding: 60px 0;
}

    .home-stores .title {
        background: url(../webimages/door.png) no-repeat;
        height: 36px;
        overflow: hidden;
        text-indent: -99999em;
        display: block;
    }

    .home-stores .list {
        overflow: hidden;
        width: 640px;
        margin-top: 40px
    }

        .home-stores .list .item {
            padding: 20px 0;
            line-height: 30px;
            color: #7b7156;
            border-bottom: #000 1px dashed;
            overflow: hidden;
        }

            .home-stores .list .item h2 {
                float: left;
                margin-right: 10px;
                margin-top: 10px;
                width: 200px;
                font-size: 18px;
            }

            .home-stores .list .item .infos {
                float: left;
                width: 400px;
            }

                .home-stores .list .item .infos a {
                    display: none;
                }

            .home-stores .list .item:last-of-type {
                border: 0
            }

    .home-stores .clouds {
        float: right;
        width: 480px;
        position: relative;
    }

        .home-stores .clouds .cloud {
            position: absolute;
            width: 38%;
            top: 100px;
            left: 200px;
            -webkit-animation-name: "cloud";
            -webkit-animation-duration: 40s;
            -webkit-animation-iteration-count: infinite;
        }

        .home-stores .clouds .cloud1 {
            position: absolute;
            width: 20%;
            left: 122px;
            top: 50px;
            -webkit-animation-name: "cloud1";
            -webkit-animation-duration: 60s;
            -webkit-animation-iteration-count: infinite;
        }

        .home-stores .clouds > img {
            width: 100%;
        }

.wxqrcode {
    width: 300px;
    height: 180px;
    margin: 0 auto;
    background: url(../webimages/qrcode-01.jpg) no-repeat;
    padding-left: 200px;
    padding-top: 40px;
    line-height: 25px;
    color: #000;
    overflow: hidden
}

.albumView {
    width: 680px;
    margin: 0 10px;
    height: 700px;
    overflow: hidden;
}

    .albumView h2 {
        height: 39px;
        line-height: 39px;
        background: #f0f0f0;
        text-align: center;
        font-size: 16px;
    }

    .albumView .pics {
        width: 680px;
        height: 500px;
        overflow: hidden;
        text-align: center;
        padding-top: 10px;
        position: relative;
    }

        .albumView .pics img {
            height: 500px;
        }

    .albumView .texts {
        height: 45px;
        line-height: 30px;
        overflow: hidden;
        text-align: center;
        padding-top: 10px;
        color: #666;
    }

    .albumView .imgs {
        height: 80px;
        width: 100%;
        overflow: hidden;
    }

        .albumView .imgs img {
            width: 78px;
            height: 78px;
            margin-right: 4px;
            border: #fff 1px solid;
        }

            .albumView .imgs img.selected {
                border: #F30 3px solid;
                width: 74px;
                height: 74px;
            }

    .albumView .pics a {
        width: 69px;
        height: 69px;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        line-height: 69px;
        top: 215px;
        display: block;
        color: #ccc;
        z-index: 9;
        font-size: 30px;
        font-family: "Times New Roman", Times, serif
    }

        .albumView .pics a:hover {
            background: rgba(0, 0, 0, 0.3)
        }

    .albumView .pics .swleft {
        position: absolute;
        left: 0;
    }

    .albumView .pics .swright {
        position: absolute;
        right: 0;
    }

.viewport-logo {
    width: 176px;
    height: 176px;
    background: url(../webimages/viewspot-logo.png);
    margin: 0 auto;
}

.viewport-detail {
    width: 900px;
    margin: 0 auto;
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
}

    .viewport-detail p {
        margin-top: 8px;
        text-indent: 2em
    }

.viewport-list {
    width: 1040px;
    margin: 0 auto;
    overflow: visible;
    height: 200px;
    margin: 80px auto 500px auto;
    position: relative;
}

.viewport-item {
    width: 200px;
    overflow: hidden;
    height: 200px;
    margin: 4px;
    float: left;
    position: relative;
    text-align: center;
    font-size: 28px;
}

    .viewport-item .images {
        width: 200px;
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    .viewport-item .texts {
        width: 200px;
        height: 200px;
        line-height: 200px;
        tex-align: center;
        overflow: hidden;
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        left: 0;
        top: 210px;
        transition: all 0.5s ease-out;
    }

    .viewport-item .detail {
        display: none
    }

.viewport-list .selected .texts {
    top: 0;
}

.viewport-list > a {
    width: 69px;
    height: 69px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 69px;
    top: 65px;
    display: block;
    color: #ccc;
    z-index: 9;
    font-size: 30px;
    font-family: "Times New Roman", Times, serif
}

    .viewport-list > a:hover {
        background: rgba(0, 0, 0, 0.3)
    }

.viewport-list .swleft {
    position: absolute;
    left: -80px;
}

.viewport-list .swright {
    position: absolute;
    right: -80px;
}

@-webkit-keyframes upDownBtn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes upDownBtn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.viewport-show {
    height: 600px;
    width: 100%;
    padding: 40px 0;
    background: #fff;
    color: #333;
    overflow: hidden;
    position: relative
}

    .viewport-show .gg {
        position: absolute;
        left: 0;
        top: 40px;
        height: 600px;
        overflow: hidden;
    }

    .viewport-show .logo {
        width: 360px;
        height: 600px;
        float: left;
        background: url(../webimages/viewport-logo.jpg) no-repeat center center;
    }

    .viewport-show .content {
        float: left;
        width: 640px;
        padding: 0 130px 0 30px;
    }

    .viewport-show .images {
        height: 600px;
        float: left;
        margin-right: 40px;
        position: relative;
    }

        .viewport-show .images img {
            max-height: 600px;
        }

        .viewport-show .images p {
            width: 100%;
            left: 0;
            bottom: 0;
            height: 500x;
            line-height: 50px;
            text-indent: 2em;
            color: #fff;
            background: rgba(0, 0, 0, 0.4);
            position: absolute
        }

    .viewport-show .content p {
        margin-top: 20px;
        text-indent: 2em
    }

    .viewport-show .swright {
        -webkit-animation: upDownBtn 3s linear infinite;
        -moz-animation: upDownBtn 3s linear infinite;
        -o-animation: upDownBtn 3s linear infinite;
        animation: upDownBtn 3s linear infinite;
        position: absolute;
        width: 80px;
        height: 100px;
        right: 30px;
        top: 250px;
        z-index: 9999;
        cursor: pointer;
    }

.viewport-title {
    height: 120px;
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
}

    .viewport-title .q {
        background: rgba(0, 0, 0, 0.4);
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        color: #fff;
        font-size: 18px;
    }

    .viewport-title .q1 {
        float: left;
    }

    .viewport-title .q a {
        color: #fff;
    }

    .viewport-title .q2 {
        float: right;
    }

.add {
    width: 1200px;
    margin: 0 auto;
    background: url(../webimages/add-bg.jpg) no-repeat;
}

.add-left {
    float: left;
}

.add-right {
    float: left;
}

.add-item {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: #999 1px dashed;
    padding-bottom: 30px;
}

    .add-item .images {
        width: 196px;
        height: 116px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border: #fff 2px solid;
        float: left;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

        .add-item .images span {
            display: block;
            width: 196px;
            height: 116px;
            line-height: 116px;
            background: rgba(0, 0, 0, 0.6);
            overflow: hidden;
            color: #fff;
            text-align: center;
            transition: all 0.5s ease-out;
            position: absolute;
            left: 0;
            top: 120px;
        }

        .add-item .images:hover span {
            top: 0px;
        }

    .add-item .texts {
        float: left;
        width: 400px;
        overflow: hidden;
        margin-left: 80px;
        color: #fff;
    }

        .add-item .texts h2 {
            font-size: 16px;
            height: 39px;
            line-height: 39px;
        }

        .add-item .texts .infos {
            overflow: hidden;
            font-size: 12px;
            color: #ccc;
        }

            .add-item .texts .infos p {
                margin-top: 8px;
            }

            .add-item .texts .infos a {
                color: #fff;
                display: inline-block;
                background: #F00;
                padding: 4px 8px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
                border-radius: 5px;
            }

.temple-yl-logo {
    width: 300px;
    height: 300px;
    background: url(../webimages/hm-yl-logo.png);
    float: left;
    margin-left: 120px;
}

.temple-yl-texts {
    width: 600px;
    float: left;
    margin-left: 80px;
    overflow: hidden;
    color: #fff;
}

    .temple-yl-texts .temple-logo {
        width: 176px;
        height: 176px;
        background: url(../webimages/hm-top-logo.png);
        margin-bottom: 100px;
    }

    .temple-yl-texts p {
        margin-top: 20px;
        line-height: 22px;
        margin-left: 20px;
    }

.temple-list {
    margin: 90px 0 150px 0;
    width: 100%;
    overflow: hidden
}

.temple-item {
    width: 830px;
    margin: 80px auto 0 auto;
    overflow: hidden;
    height: 300px;
}

    .temple-item .images {
        width: 300px;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    .temple-item .texts {
        width: 400px;
        overflow: hidden;
    }

        .temple-item .texts h3 {
            color: #937e4d;
            font-size: 30px;
            font-family: "宋体";
            height: 50px;
        }

        .temple-item .texts p {
            color: #fff;
            line-height: 22px;
            overflow: hidden;
            font-size: 14px;
            margin: 10px 0;
        }

        .temple-item .texts a {
            color: #937e4d;
            font-size: 12px;
        }

.temple-item1 .images {
    float: left
}

.temple-item1 .texts {
    float: left;
    margin-left: 128px;
}

.temple-item2 .images {
    float: right
}

.temple-item2 .texts {
    text-align: right;
    margin-right: 128px;
}

.news-page {
    overflow: hidden;
    margin-bottom: 80px;
}

    .news-page .nav {
        width: 200px;
        overflow: hidden;
        float: left;
    }

        .news-page .nav h2 {
            width: 176px;
            height: 176px;
            display: block;
            text-indent: -9999em;
            background: url(../webimages/news-nav-title.png);
        }

        .news-page .nav .list {
            overflow: hidden;
            margin-top: 40px;
        }

            .news-page .nav .list a {
                width: 180px;
                float: left;
                height: 50px;
                line-height: 50px;
                margin: 0 10px;
                border-bottom: #575350 1px dashed;
                color: #FFF;
            }

                .news-page .nav .list a:hover {
                    background: #c01c1d;
                    text-align: center
                }

    .news-page .content {
        width: 900px;
        float: right;
        overflow: hidden;
    }

.news-content h2 {
    background: url(../webimages/new-content-h2.png) no-repeat 0 9px;
    padding-left: 35px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

    .news-content h2 span {
        color: #666;
        font-weight: bold;
        margin-left: 10px;
        font-family: Tahoma, Geneva, sans-serif;
    }

.news-item {
    display: block;
    overflow: hidden;
    padding: 20px;
    border-bottom: #575350 1px dashed;
    height: 102px;
}

    .news-item .images {
        width: 180px;
        height: 100px;
        border: #e2e1df 1px solid;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        float: left;
    }

    .news-item:hover {
        background: #282320;
    }

    .news-item .texts {
        width: 640px;
        float: right;
        color: #555;
    }

        .news-item .texts h3 {
            color: #fff;
            height: 35px;
            line-height: 35px;
        }

            .news-item .texts h3 em {
                float: right;
                color: #555;
                font-weight: normal;
            }

.news-show {
    overflow: hidden;
    background: #fff;
    padding: 20px 50px 50px 50px;
    width: 800px;
}

    .news-show h3 {
        color: #000;
        font-size: 30px;
        overflow: hiden;
        line-height: 50px;
        font-family: "黑体";
        font-weight: normal
    }

    .news-show .status {
        font-size: 14px;
        color: #333;
        border-bottom: #ccc 1px dashed;
        height: 49px;
        line-height: 49px;
    }

    .news-show .content {
        overflow: hidden;
        color: #333;
        float: left;
        margin-top: 20px;
        width: 100%;
    }

        .news-show .content .item {
            font-size: 16px;
            margin-top: 20px;
            line-height: 30px;
        }

        .news-show .content .otexts {
            overflow: hidden;
            text-indent: 2em;
        }

        .news-show .content .texts {
            overflow: hidden;
        }

        .news-show .content .images img {
            margin-top: 8px;
        }

        .news-show .content video {
            width: 100%;
            background-color: rgba(0, 0, 0, 0.3);
            margin-left: -2em;
        }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.food-1 {
    width: 100%;
    height: 600px;
    background: #1f1a17;
    overflow: hidden;
}

.food-2 {
    width: 100%;
    height: 900px;
    background: #bf1c1c;
    overflow: hidden;
}

.food-3 {
    width: 100%;
    height: 550px;
    overflow: hidden;
    background: #bf1c1c;
}

.food-4 {
    width: 100%;
    height: 700px;
    background: #1f1a17;
    overflow: hidden;
}

.food-banner {
    width: 1200px;
    height: 600px;
    background: #999999;
    margin: 0 auto;
}

.food-fwxc {
    width: 1200px;
    height: 1000px;
    margin: 0 auto;
}

.food-fwxc-left {
    width: 250px;
    height: 940px;
    background: #222;
    position: relative;
    top: 0;
    left: 0;
    background: url(../webimages/fwxcbg.png) repeat-y;
}

.food-fwxc-list {
    padding-left: 100px;
    padding-top: 30px;
}

.food-fwxc-left a {
    text-decoration: none;
    color: #999999;
    display: block;
    padding-left: 25px;
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
}

    .food-fwxc-left a:hover {
        text-decoration: none;
        color: #FFFFFF;
        display: block;
        padding-left: 25px;
        font-size: 18px;
        background: url(../webimages/huo-1.png) no-repeat;
    }

.food-fwxc-list a.active {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    padding-left: 25px;
    font-size: 18px;
    background: url(../webimages/huo-1.png) no-repeat;
}

.food-fwxc-right {
    width: 820px;
    height: 680px;
    padding: 25px;
    position: relative;
    top: -920px;
    left: 300px;
}

.food-fwxc-right-more {
    display: inline;
    text-align: right;
    color: #f9ecd4;
    text-decoration: none;
}

    .food-fwxc-right-more:hover {
        display: inline;
        text-align: right;
        color: #fff;
        text-decoration: none;
    }

.food-fwxc-list-more {
    padding-top: 20px;
}

    .food-fwxc-list-more li {
        float: left;
        padding: 30px 30px 30px 25px;
    }

        .food-fwxc-list-more li a {
            display: block;
            width: 200px;
            height: 280px;
            text-decoration: none;
            padding: 8px;
            background: #f9ecd4;
        }

            .food-fwxc-list-more li a:hover {
                background: #fff;
            }

            .food-fwxc-list-more li a img {
                width: 200px;
                height: 200px;
            }

            .food-fwxc-list-more li a p {
                text-align: center;
                color: #000;
                text-decoration: none;
                padding-top: 15px;
            }

.food-ctxc {
    width: 1200px;
    height: 410px;
    margin: 0 auto;
    overflow: hidden;
}

.food-ctxc-left {
    float: left;
    width: 960px;
    height: 410px;
    overflow: hidden;
}

.ctxc-more {
    text-align: right;
}

    .ctxc-more a {
        text-decoration: none;
        color: #f9ecd4;
    }

        .ctxc-more a:hover {
            text-decoration: none;
            color: #fff;
        }

.food-ctxc-right {
    float: right;
}

.ctxc-focus {
    padding-top: 60px;
}

.ctxc-focus-left {
    float: left;
    display: block;
    width: 25px;
    height: 270px;
    background: url(../webimages/food-left.png) no-repeat;
}

    .ctxc-focus-left:hover {
        float: left;
        display: block;
        width: 25px;
        height: 270px;
        background: url(../webimages/food-left2.png) no-repeat;
    }

.ctxc-focus-right {
    float: left;
    display: block;
    width: 25px;
    height: 270px;
    background: url(../webimages/food-right.png) no-repeat;
}

    .ctxc-focus-right:hover {
        float: left;
        display: block;
        width: 25px;
        height: 270px;
        background: url(../webimages/food-right2.png) no-repeat;
    }

.ctxc-focus-list {
    float: left;
    width: 890px;
    overflow: hidden;
    position: relative;
    height: 270px;
}

    .ctxc-focus-list a {
        float: left;
        margin: 0 40px;
    }

    .ctxc-focus-list .gg {
        position: absolute;
        left: 0;
        top: 0;
        height: 270px;
        overflow: hidden;
    }

.ctxc-focus-food {
    display: block;
    width: 200px;
    height: 250px;
    text-decoration: none;
    padding: 8px;
    background: #f9ecd4;
    color: #000;
    text-align: center;
}

    .ctxc-focus-food img {
        width: 200px;
        height: 200px;
    }

    .ctxc-focus-food p {
        padding-top: 15px;
    }

.food-msfc {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
}

.msfc-focus {
    padding-top: 60px;
}

.msfc-focus-left {
    float: left;
    display: block;
    width: 25px;
    height: 270px;
    background: url(../webimages/food-left.png) 0px 50px no-repeat;
}

    .msfc-focus-left:hover {
        float: left;
        display: block;
        width: 25px;
        height: 270px;
        background: url(../webimages/food-left2.png) 0px 50px no-repeat;
    }

.msfc-focus-right {
    float: left;
    display: block;
    width: 25px;
    height: 270px;
    background: url(../webimages/food-right.png) 0px 50px no-repeat;
}

    .msfc-focus-right:hover {
        float: left;
        display: block;
        width: 25px;
        height: 270px;
        background: url(../webimages/food-right2.png) 0px 50px no-repeat;
    }

.msfc-focus-list {
    float: left;
    width: 1150px;
    position: relative;
    overflow: hidden;
    height: 400px;
}

    .msfc-focus-list a {
        float: left;
        margin: 0 50px;
    }

.msfc-focus-food {
    float: left;
    width: 280px;
    height: 400px;
    color: #000;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

    .msfc-focus-food .infos {
        width: 260px;
        height: 400px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        padding: 20px 10px;
        position: absolute;
        left: 0;
        top: 410px;
        transition: all 0.5s ease-out;
        color: #fff;
    }

        .msfc-focus-food .infos h2 {
            font-weight: bold;
            font-size: 20px;
            height: 30px;
            line-height: 30px;
        }

        .msfc-focus-food .infos .item {
            font-size: 14px;
            margin-top: 10px;
        }

    .msfc-focus-food:hover .infos {
        top: 140px
    }

.msfc-focus-list .gg {
    position: absolute;
    left: 0;
    top: 0;
    height: 400px;
    overflow: hidden;
}

.ming {
    width: 1200px;
    margin: 0 auto;
    height: 650px;
}

.qing {
    width: 100%;
    height: 760px;
    background: #453024;
    padding: 30px 0px 0px 0px
}

.min {
    width: 100%;
    height: 900px;
    background: #352a23;
    padding: 30px 0px 0px 0px
}

.xin {
    width: 100%;
    overflow: hidden;
    background: #b12e2e;
    padding: 30px 0px 80px 0px;
}

.ming-left {
    float: left;
    width: 740px;
}

.ming-right {
    float: left;
    width: 460px;
    color: #FFFFFF;
}

.ming-left2 {
    float: left;
    width: 460px;
    color: #FFFFFF;
}

.ming-left3 {
    width: 550px;
    padding-right: 650px;
    color: #FFFFFF;
}

.ming-left4 {
    width: 550px;
    padding-left: 650px;
    color: #FFFFFF;
}

.ming-right2 {
    float: left;
    width: 740px;
}

.history-tit {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

    .w1200 p {
        padding: 10px 0px;
        font-size: 16px;
    }

.ming-left3 p {
    padding: 4px 0;
    line-height: 18px;
}

.foods-page {
    overflow: hidden;
    margin-bottom: 80px;
}

    .foods-page .nav {
        width: 200px;
        overflow: hidden;
        float: left;
        position: relative;
    }

        .foods-page .nav h2 {
            width: 176px;
            height: 176px;
            display: block;
            text-indent: -9999em;
            background: url(../webimages/foods-nav-bg.png);
            position: absolute;
            left: 0;
            top: 0;
        }

        .foods-page .nav .list {
            overflow: hidden;
            margin-top: 120px;
            padding-bottom: 320px;
            background: #222222;
            padding-top: 100px;
        }

            .foods-page .nav .list a {
                width: 180px;
                float: left;
                height: 50px;
                line-height: 50px;
                margin: 0 10px;
                border-bottom: #575350 1px dashed;
                color: #FFF;
                text-indent: 1em;
            }

                .foods-page .nav .list a:hover {
                    background: #c01c1d;
                    text-align: center;
                    text-indent: 0;
                }

        .foods-page .nav .bottom {
            background: url(../webimages/foods-nav-bottom.jpg);
            height: 87px;
            width: 200px;
            position: absolute;
            left: 0;
            bottom: 0;
        }

.foods-content {
    width: 900px;
    float: right;
    overflow: hidden;
}

    .foods-content h2 {
        background: url(../webimages/new-content-h2.png) no-repeat 0 9px;
        padding-left: 35px;
        height: 40px;
        line-height: 40px;
        color: #FFF;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 20px;
        border-bottom: #575350 1px dashed;
        padding-bottom: 10px;
    }

        .foods-content h2 span {
            color: #666;
            font-weight: bold;
            margin-left: 10px;
            font-family: Tahoma, Geneva, sans-serif;
        }

    .foods-content .list {
        overflow: hidden;
    }

.foods-item {
    float: left;
    width: 260px;
    overflow: hidden;
    padding: 10px;
    background: #d7d7d7;
    margin: 10px
}

    .foods-item .images {
        width: 260px;
        height: 240px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .foods-item:hover {
        background: #FFF;
    }

    .foods-item .texts {
        height: 35px;
        line-height: 35px;
        color: #000;
    }

.foods-show {
    overflow: hidden;
    background: #fff;
    padding: 20px;
}

    .foods-show h3 {
        color: #000;
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        font-family: "黑体";
        font-weight: normal;
        margin-top: 10px;
        text-align: center
    }

    .foods-show .status {
        font-size: 14px;
        color: #666;
        border-bottom: #575350 1px dashed;
        height: 49px;
        line-height: 49px;
    }

    .foods-show .content {
        overflow: hidden;
        color: #333;
    }

        .foods-show .content .item {
            font-size: 14px;
            margin-top: 20px;
            text-align: center
        }

        .foods-show .content .otexts {
            overflow: hidden;
        }

        .foods-show .content .texts {
            overflow: hidden;
        }

        .foods-show .content .images {
            text-align: center
        }

            .foods-show .content .images img {
                margin-top: 8px;
                max-width: 800px
            }

        .foods-show .content video {
            width: 100%;
            background-color: rgba(0, 0, 0, 0.3);
            margin-left: -2em;
        }

.foods-path {
    border-bottom: #575350 1px dashed;
    padding-bottom: 15px;
    font-size: 12px;
    color: #333;
}

    .foods-path a {
        color: #333;
    }

.celebrity {
    margin: 0 auto;
    width: 1200px;
    background: #1f1a17;
    padding-bottom: 80px;
    background: url(../webimages/mrbg.jpg) no-repeat;
}

.celebrity-left {
    width: 240px;
    float: left;
}

    .celebrity-left a {
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        width: 220px;
        height: 50px;
        padding: 0 10px;
        border-bottom: 1px dashed #666666;
        line-height: 55px;
        font-size: 18px;
    }

        .celebrity-left a:hover {
            background: #bf1c1c;
            text-align: center;
        }

a.active {
    text-align: center;
    background: #bf1c1c;
}

.celebrity-left img {
    margin-bottom: 20px;
}

.celebrity-right {
    float: right;
    background: #FFFFFF;
    width: 830px;
    padding: 25px;
}

.hgd-photo {
    float: left;
    width: 120px;
}

.hgd-msg {
    float: right;
    width: 680px;
}

.hgd-msg-name {
    font-size: 20px;
    color: #336699;
    font-weight: bold;
}

.hgd-msg-content {
    margin-top: 10px;
}

.hgd-msg-photo a {
    display: inline-block;
    width: 180px;
    height: 180px;
    margin-right: 15px;
    margin-top: 25px;
}

    .hgd-msg-photo a img {
        width: 180px;
        height: 180px;
    }

.hgd-msg-add {
    margin-top: 20px;
    color: #336699;
}

.hgd-msg-time {
    margin-top: 10px;
    color: #ccc;
}

.celebrity-index {
    margin-top: 25px;
    background: #efefef;
    padding: 20px;
}

.zan {
    float: left;
    width: 45px;
    height: 45px;
    background: url(../webimages/zan.png) no-repeat;
}

.celebrity-photo {
    float: left;
    width: 740px;
}

    .celebrity-photo ul {
        list-style: none;
    }

        .celebrity-photo ul li {
            float: left;
            width: 83px;
            height: 83px;
            margin-left: 8px;
            padding-bottom: 15px;
        }

            .celebrity-photo ul li img {
                width: 83px;
                height: 83px;
            }

            .celebrity-photo ul li a {
                display: block;
                width: 83px;
                height: 83px;
                text-decoration: none;
            }

                .celebrity-photo ul li a:hover span {
                    display: block;
                }

.popup-layer {
    display: none;
    position: relative;
    top: -83px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 83px;
    height: 83px;
    background: rgba(0, 0, 0, 0.8);
    background: #000\9;
    filter: Alpha(opacity=80);
    z-index: 9999999;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    line-height: 83px;
    font-size: 14px;
}

.pinglun {
    float: left;
    width: 45px;
    height: 45px;
    background: url(../webimages/celebrity-pinglun.png) no-repeat;
    margin-top: 10px;
}

.celebrity-msg {
    border-top: 1px solid #CCCCCC;
    background: #efefef;
    padding: 20px;
}

.celebrity-msg-list {
    float: right;
    width: 740px;
}

    .celebrity-msg-list ul {
        list-style: none;
    }

        .celebrity-msg-list ul li {
            padding: 20px 0px;
            border-bottom: 1px solid #CCCCCC;
        }

.celebrity-list-img {
    float: left;
}

.celebrity-list-content {
    float: left;
    padding-left: 15px;
}

.celebrity-name {
    font-size: 18px;
    color: #666666;
}

.celebrity-text {
    font-size: 16px;
    margin-top: 10px;
}

.starsView {
    overflow: hidden;
}

    .starsView h2 {
        overflow: hidden;
        line-height: 39px;
        background: #f1f1f1;
        margin-bottom: 20px;
        text-align: center
    }

    .starsView .content {
        overflow: hidden;
        color: #333;
        min-height: 500px;
    }

        .starsView .content .item {
            font-size: 14px;
            margin-top: 20px;
        }

        .starsView .content .otexts {
            overflow: hidden;
            text-indent: 2em;
        }

        .starsView .content .texts {
            overflow: hidden;
        }

        .starsView .content .images img {
            margin-top: 8px;
        }

        .starsView .content video {
            width: 100%;
            background-color: rgba(0, 0, 0, 0.3);
            margin-left: -2em;
        }
